home *** CD-ROM | disk | FTP | other *** search
Text File | 2001-04-11 | 2.2 KB | 66 lines | [TEXT/ttxt] |
- iView PhotoMover V2.02 AppleScript Release notes: 10 April 2001
-
- New Features in V2.02:
-
- - AppleScript support for selecting albums was enhanced to also create albums,
- if the album selected does not exist (Currently FotoTime and Club Photo only).
-
- - When uploading to Club Photo and the album is full (60 pictures),
- a new album is created with the ".2" added to the end, and then ".3" ...
-
- Note: Full albums are indicated in the Pref's PopUp menu
- by "- full album" append to the end as shown below...in the picture
-
- AppleScript samples:
-
- set afile to choose file -- select a file.
- -- Select an existing album called "iview". The description isused as the image description.
- open afile into album "iview" with description "test image description"
-
- open afile with description "images of the world"
-
- Installing in iView MediaPro's script menu:
-
- 1. Quit MediaPro
- 2. Move the "PhotoMover" script folder into the Plugin:Script folder of iView MediaPro
- 3. Start Media Pro
-
- You should now have a sub-menu called "PhotoMover".
-
- Included scripts:
-
- Club Photo Scripts:
-
- Club Photo Upload w Caption - Upload to Club Photo with captions.
-
- FotoTime Scripts:
-
- FotoTime set Album w caption - Create an album based on Country, State and City and upload to that album setting the captions as well.
-
- FotoTime Upload w Caption - Upload to currently selected album
-
- FotoTime w FileName Caption - Upload to currently selected album and use the filename and caption as the caption.
-
- PhotoPoint Scripts:
- PhotoPoint - Upload to the incoming album
-
- Nikon.net Scripts:
- Nikon.net - upload to My Pictures
-
- Issue not resolved:
- - PhotoMover reports upload one file, due to the way Description are send to PhotoMover.
- Currently PhotoMover does not support a list of description with a list of files.
- Once Description is applied to all files in the list.
-
- - If the preference window is open in PhotoMover script will get a time out error.
-
- - No refresh album list option for getting new album list, if the user creates/deletes one on the web.
-
- - Captions don't support HTML and/or returns. So can't format link:
- Filename: <filename>
- Caption: <caption text>
-
- Download lastest version from:
-
- http://www.iview-multimedia.com/
-